@charset "utf-8";
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
html, body {
	font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	font-size: 14px;
    line-height: 1.42857143;
}
html {
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent;
	outline: none;
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	transition: transform 1s;
}
img.hover {
	transform: scale(1.15);
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
/*禁用*/
button[disabled], html input[disabled] {
	cursor: default;
}
/*多选单选*/
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input.submit {
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
}
input[type="text"], input[type="number"] {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
	float: left;
}
ul, ol {
	list-style: none;
}
ul:after, ol:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
i, em {
	font-style: normal;
}
.clear {
	clear: both;
}
.f-cb {
	zoom: 1;
}
.clearfix:before, .clearfix:after {   
   content:"";   
   display:table;   
}   
.clearfix:after{   
   clear:both;   
   overflow:hidden;   
}   
.fl {
	float: left;
}
.fr {
	float: right;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.pof {
	position: fixed;
}
.poa-f {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ovh {
	overflow: hidden;
}
.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.curp {
	cursor: pointer;
}
.z1 {
	z-index: 1;
}
.z2 {
	z-index: 2;
}
.z3 {
	z-index: 3;
}
.dn {
	display: none;
}
.dib {
	display: inline-block;
}
.w-f {
	width: 100%;
}
.h-f {
	height: 100%;
}
.fwn {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.t-f {
	transition: all 0.5s;
}
.t-c {
	transition: color 0.5s;
}
.t-bg {
	transition: background 0.5s;
}
.trans {
	transition: all 0.3s ease 0s;
}
.load-bg {
	background: url(../img/loadings.gif) no-repeat center;
}
.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-right: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	border-left: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
}
@keyframes spinner {
0% {
transform:rotate(0deg);
}
100% {
transform:rotate(360deg);
}
}
p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/*图标字体*/
@font-face {font-family: "ico";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot@#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.ion {
  font-family:"ico" !important;
  display:inline-block;
  vertical-align: middle;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;   
}
